projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a697f
)
update coverity model to tune false positives.
author
tsteven4
<tsteven4@gmail.com>
Mon, 3 Mar 2014 23:58:48 +0000
(23:58 +0000)
committer
tsteven4
<tsteven4@gmail.com>
Mon, 3 Mar 2014 23:58:48 +0000
(23:58 +0000)
gpsbabel/coverity_model.cc
patch
|
blob
|
history
diff --git
a/gpsbabel/coverity_model.cc
b/gpsbabel/coverity_model.cc
index 9672c756d6d9ed085f39b4cc550fc71fbef7c96e..4f03cf103ef8862ff1741bfceda351177fa6dbec 100644
(file)
--- a/
gpsbabel/coverity_model.cc
+++ b/
gpsbabel/coverity_model.cc
@@
-35,3
+35,7
@@
void route_add_wpt_named(route_head* rte, Waypoint* wpt,
const QString& namepart, int number_digits) {
__coverity_escape__(wpt);
}
+void track_add_wpt_named(route_head* rte, Waypoint* wpt,
+ const QString& namepart, int number_digits) {
+ __coverity_escape__(wpt);
+}